ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / YFunctionSeries<T> Class
Members






In This Topic
    YFunctionSeries<T> Class
    In This Topic
    Represents an extension of the YFunctionSeries for the FlexChart.
    Object Model
    YFunctionSeries<T> Class
    Syntax
    'Declaration
     
    
    Public Class YFunctionSeries(Of T) 
       Inherits FunctionSeries(Of T)
    'Usage
     
    
    Dim instance As YFunctionSeries(Of T)
    public class YFunctionSeries<T> : FunctionSeries<T> 
    public class YFunctionSeries = class(FunctionSeries)
    JScript does not support Generics.
    public __gc class YFunctionSeries<T> : public FunctionSeries<T> 
    generic<typename T>
    public ref class YFunctionSeries : public FunctionSeries<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.TrendLineBase<T>
                C1.Web.Mvc.FunctionSeries<T>
                   C1.Web.Mvc.YFunctionSeries<T>

    See Also